LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FeedGetInformation(Byte[],Int32,Int32) Method

Show in webframe







The image file data.
Offset from the beginning of the buffer to where the image data starts.
Total size (in bytes) of the image data.
Supplies image data to the file information process from a buffer that you provide.
Syntax
public bool FeedGetInformation( 
   byte[] data,
   int offset,
   int length
)
'Declaration
 
Public Overloads Function FeedGetInformation( _
   ByVal data() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Boolean
'Usage
 
Dim instance As RasterCodecs
Dim data() As Byte
Dim offset As Integer
Dim length As Integer
Dim value As Boolean
 
value = instance.FeedGetInformation(data, offset, length)
public bool FeedGetInformation( 
   byte[] data,
   int offset,
   int length
)
-(LTCodecsFeedGetInformationStatus)feedGetInformation:(const unsigned char*)buffer length:(unsigned int)length error:(NSError**)outError;

            
 function Leadtools.Codecs.RasterCodecs.FeedGetInformation(Byte[],Int32,Int32)( 
   data ,
   offset ,
   length 
)
public:
bool FeedGetInformation( 
   array<byte>^ data,
   int offset,
   int length
) 

Parameters

data
The image file data.
offset
Offset from the beginning of the buffer to where the image data starts.
length
Total size (in bytes) of the image data.

Return Value

true if the get information process requires more data; false, otherwise. When this method returns false, you can break out of the loop and call StopFeedGetInformation to obtain the CodecsImageInfo object containing information about the image file.
Remarks

Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.

For a description of how the methods relate to each other, refer to StartFeedGetInformation.

Example
For an example, refer to StartFeedGetInformation.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.